export declare const SNAKE_TO_CAMEL: (input: string, { pascal, spaced, }?: { pascal?: boolean; spaced?: boolean; }) => string;