export declare const feed: { [x: string]: { params: (data: any) => Promise<{}>; body: (data: any) => Promise<{}>; }; };