import { RequestParams } from '../../util/request'; import { CreateTriggerDto } from './data-contracts'; export declare function triggerControllerCreate(appid: string, data: CreateTriggerDto, configParams?: RequestParams): Promise; export declare function triggerControllerFindAll(appid: string, configParams?: RequestParams): Promise; export declare function triggerControllerRemove(id: string, appid: string, configParams?: RequestParams): Promise; //# sourceMappingURL=trigger.d.ts.map