import { GQLFileInput } from "../types/GQLFileInput";
export declare const saveFile: (file: GQLFileInput, folder: string) => string;
