export declare const getQueryParamsSchema: { $id: string; type: string; nullable: boolean; properties: { page: { type: string; description: string; }; pageSize: { type: string; description: string; }; sort: { type: string; description: string; items: { type: string; }; }; }; }; export declare const onlyIdSchema: { $id: string; type: string; nullable: boolean; properties: { id: { type: string; description: string; }; }; required: string[]; }; export declare const onlyCodeSchema: { $id: string; type: string; nullable: boolean; properties: { code: { type: string; description: string; }; }; required: string[]; }; export declare const onlyPasswordSchema: { $id: string; type: string; nullable: boolean; properties: { password: { type: string; description: string; }; }; required: string[]; }; export declare const blockBodySchema: { $id: string; type: string; nullable: boolean; properties: { reason: { type: string; description: string; }; }; }; export declare const defaultResponse: { $id: string; type: string; description: string; nullable: boolean; properties: { ok: { type: string; }; }; }; //# sourceMappingURL=common.d.ts.map