export declare type ISanitizedMarkdown = string; export declare const isISanitizedMarkdown: (d: any) => d is string;