export declare type DateString = string; export declare type HTMLString = string; export declare type URLString = string; export declare type FileNameString = string; export declare type ContentTypeString = string; export declare type MIMETypeString = string;