export type ServiceSelection = {
    provider: string;
    service: string;
    providerName: string;
};
//# sourceMappingURL=serviceSelection.d.ts.map