import { Application } from '@feathersjs/feathers';
import { Schema, Validator } from '@feathersjs/schema';
declare const _default: (schema?: Schema<any> | Validator) => (app?: Application) => Record<string, any>;
export = _default;
