export declare type Bundle = { dir: string; }; /** * Get the bundle that contains the files to deploy to Insta. */ export declare function getBundle(): Bundle | null; export declare function getInstaTempFile(): string; export declare function getTempFilename(prefix: string, extension?: string): string;