export declare const getMimeTypeFromFilename: (filename: string) => string; export declare const getExtensionFromContentType: (contentType: string) => string; export declare const getExtensionFromFilename: (filename: string) => string; export declare function createGuid(): string; export declare function shortID(): string; export declare function stripAnsi(str: string | undefined): string | undefined;