import { CustomError } from 'ts-custom-error'; export declare class UnknownServiceName extends CustomError { constructor(input: string, serviceNames: ServiceNames); } //# sourceMappingURL=UnknownServiceName.d.ts.map