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