import version from './version'; import { Feathers } from './application'; import { Application } from './declarations'; export declare function feathers(): Application; export declare namespace feathers { var setDebug: typeof import("@feathersjs/commons").setDebug; } export { version, Feathers }; export * from './hooks'; export * from './declarations'; export * from './service';