export declare const isString: (val: unknown) => val is string; export declare const camelize: (str: string) => string;