export declare function fetchJsonDocAsync<T = any>(url: string): Promise<T | undefined>;
export declare function getProjectTextAsync(projectId: string): Promise<pxt.Cloud.JsonText | undefined>;
export declare function getProjectMetaAsync(projectId: string): Promise<pxt.Cloud.JsonScript | undefined>;
export declare function downloadTargetConfigAsync(): Promise<pxt.TargetConfig | undefined>;
