export declare const getFileFormatNames: import("reselect").OutputSelector<unknown, any[], (res: any) => any[]>;
export declare const getFileExtensions: import("reselect").OutputSelector<unknown, any[], (res: any) => any[]>;
