export declare const globalRemoveManySchema: { $id: string; type: string; nullable: boolean; required: string[]; properties: { ids: { type: string; items: { type: string; }; minItems: number; }; }; }; export declare const globalParamsSchema: { $id: string; type: string; nullable: boolean; required: string[]; properties: { id: { type: string; description: string; minLength: number; }; }; }; //# sourceMappingURL=global.d.ts.map