import { StepFunctionLambdaInput } from './lambda-helpers';
export declare function handler(event: StepFunctionLambdaInput): Promise<void>;
