export declare const throwInvalidParam: ({ key }: {
    key: string;
}) => never;
//# sourceMappingURL=utils.d.ts.map