export declare function create(funcName: string, options: { websocket: boolean; methods: ('GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH' | 'HEAD')[]; tags: string[]; description: string; }): Promise; export declare function list(): Promise; export declare function del(funcName: string): Promise; export declare function pullAll(options: { force: boolean; }): Promise; export declare function pullOne(funcName: string): Promise; export declare function pushAll(options: { force: boolean; }): Promise; export declare function pushOne(funcName: string): Promise; export declare function exec(funcName: string, options: { log: string; requestId: boolean; method: string; query: string; data: string; headers: any; }): Promise; //# sourceMappingURL=index.d.ts.map