export declare function getSupportedFormats(): string[];
export declare function getFormatByFile(path: string, formatsExts?: {
    [key: string]: string[];
}): string | undefined;
