export declare function isDefined(value: any): boolean;
export declare function isString(value: any): value is string;
