export declare const decrypt: (ciphertext: string) => Promise<string | undefined>;
/**
 * Return mime-type based on input url or filename
 *
 * @param {string} key
 * @returns {string|undefined} mimeType or undefined
 */
export declare function lookupMimeType(key: string): string | undefined;
//# sourceMappingURL=util.d.ts.map