1 | import version from './version';
|
2 | import { Feathers } from './application';
|
3 | import { Application } from './declarations';
|
4 | export declare function feathers<T = any, S = any>(): Application<T, S>;
|
5 | export declare namespace feathers {
|
6 | var setDebug: typeof import("@feathersjs/commons").setDebug;
|
7 | }
|
8 | export { version, Feathers };
|
9 | export * from './hooks';
|
10 | export * from './declarations';
|
11 | export * from './service';
|