export declare const isFunction: (func: any) => any;
export declare const isString: (string: any) => boolean;
