export declare const getBundleOutDir: () => string | null;
export declare const setBundleOutDir: (path: string) => void;
