export declare function toSnakeCaseKey(key: string): string; export declare function readSnakeCaseParamRaw(params: Record, key: string): unknown;