export declare const log: (content: string) => void; export declare const isString: (obj: any) => obj is string;