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