export declare const composePath: (domain: string, path: string, query: Record<string, string> | undefined) => string;
