declare const _default: null; export default _default; export { accessGroupSchema, accessUserSchema, accessGroupPostSchema, accessInterfaceSchema, accessUserPostSchema, }; declare const accessGroupSchema: { params: { type: string; properties: { id: { type: string; pattern: string; }; }; required: string[]; }; }; declare const accessUserSchema: { params: { type: string; properties: { id: { type: string; pattern: string; }; }; required: string[]; }; }; declare const accessInterfaceSchema: { params: { type: string; properties: { name: { type: string; pattern: string; }; }; required: string[]; }; }; declare const accessGroupPostSchema: { params: { type: string; properties: { id: { type: string; pattern: string; }; }; required: string[]; }; body: { type: string; properties: { users: { type: string; items: { type: string; properties: { id: { type: string; pattern: string; }; }; }; }; routes: { type: string; items: { type: string; properties: { path: { type: string; pattern: string; }; resource: { type: string; pattern: string; }; actions: { type: string; items: { type: string; enum: string[]; }; }; }; }; }; }; }; }; declare const accessUserPostSchema: { params: { type: string; properties: { id: { type: string; pattern: string; }; }; required: string[]; }; body: { type: string; properties: { users: { type: string; items: { type: string; properties: { id: { type: string; pattern: string; }; }; }; }; routes: { type: string; items: { type: string; properties: { path: { type: string; pattern: string; }; resource: { type: string; pattern: string; }; actions: { type: string; items: { type: string; enum: string[]; }; }; }; }; }; }; }; }; //# sourceMappingURL=schema.d.ts.map