export type PostEndpoints = {};
export type GetEndpoints = {};
export type PatchEndpoints = {};
export type DeleteEndpoints = {};
export type PutEndpoints = {};
export declare function getEndpointSchema(method: string, path: string): unknown;
//# sourceMappingURL=contract.d.ts.map