import { AppBackfillSucceededEvent, TenantBackfillSucceededEvent } from "hyinsit-types"; export declare function appSucceeded(properties: AppBackfillSucceededEvent): Promise; export declare function appFailed(error: any): Promise; export declare function tenantSucceeded(properties: TenantBackfillSucceededEvent): Promise; export declare function tenantFailed(error: any): Promise; export declare function installationSucceeded(): Promise; export declare function installationFailed(error: any): Promise;