export declare class MissingColon extends Error { private key; constructor(key: string); get message(): string; } export declare class MissingPayloadShape extends Error { private key; constructor(key: string); get message(): string; } export declare class InvalidSerializerDef extends Error { private key; constructor(key: string); get message(): string; } export declare class InvalidConfigKey extends Error { private key; constructor(key: string); get message(): string; } export declare class InvalidDecorators extends Error { private receivedDecorators; private key; constructor(key: string, receivedDecorators: string[]); get message(): string; } export declare class InvalidHttpMethod extends Error { private receivedHttpMethod; private key; constructor(key: string, receivedHttpMethod: any); get message(): string; } export declare class InvalidEndpointPath extends Error { private receivedEndpoint; private key; constructor(key: string, receivedEndpoint: any); get message(): string; } //# sourceMappingURL=invalid-schema.d.ts.map