import { IEvent, StepFunctionsContext } from '@mbc-cqrs-serverless/core';
export declare class ZipImportSfnEvent implements IEvent {
source: string;
context: StepFunctionsContext;
input: string | any[];
taskToken: string;
constructor(event?: Partial<ZipImportSfnEvent>);
}