/** * Get base url of platform app * @returns */ export declare const getBaseUrlPlatform: () => string | true; /** * Get base url of studio app * @returns */ export declare const getBaseUrlStudio: () => string | true; /** * Get base url of auth app * @returns */ export declare const getBaseUrlAuth: () => string | true; //# sourceMappingURL=baseUrl.d.ts.map