export declare const publishRunner: () => Promise; export declare const uploadData: () => Promise<{ data: any; fileUrl: string; }>;