/** Gets file extension from filename. */
export declare function getFileExtension(filename: string): string | undefined;
