/**
 * Determines if the containing filepath has the correct extension
 *
 * @param file Filepath
 * @param ext File extension to check against
 */
export declare const validateFileExtension: (file: string, ext: string) => void;
