/** * Extracts the file extension from a filename. * Returns undefined when no valid extension can be determined. */ export declare function getFileExtension(filename: string): string | undefined;