/**
 * Returns the extension of a filename.
 */
export declare const getExtension: (filename?: string) => string;
