export declare function getBaseURLfromGUID(guid: string): Promise<string>;
export declare function baseUrlPrompt(guid: any): Promise<any>;
