import { ExportConfig } from "./types"; export declare const workdir: string; export declare const configFile: string; export declare const stickersDir: string; export declare const exportConfig: ExportConfig; export declare const outputDir: string;