export interface FileData { file: string; url: string; } export declare const jsonToEnv: (data: FileData) => void;