export declare function resolveSnakeCaseParamKey(params: Record, key: string): string | undefined; export declare function readSnakeCaseParamRaw(params: Record, key: string): unknown;