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