export declare function fetchJsonDocAsync(url: string): Promise; export declare function getProjectTextAsync(projectId: string): Promise; export declare function getProjectMetaAsync(projectId: string): Promise; export declare function downloadTargetConfigAsync(): Promise;