export declare function buildProfileQuery(profile?: string): string;
export declare function withBaseUrl(baseUrl: string | undefined, path: string): string;
