export declare function castTo([that]: [string, unknown], { to }: { to: string; }): number | boolean | string; declare const _default: any; export default _default;