type valueType = File | string; export declare const getExtension: (value: valueType) => string | undefined; export declare const getExtensionWithPeriod: (value: valueType) => string; export {};