declare const _default: {
    fetchServiceDescription: (endpointUrl: string, { headers, format }: {
        headers?: Record<string, string>;
        format?: string;
    }) => Promise<never>;
};
export default _default;
//# sourceMappingURL=fetchServiceDescription.d.ts.map