import type { ILambdaMock } from "../rapidApi";
export declare const initEventSourceMapping: (lambdas: ILambdaMock[]) => Promise<void>;
export declare const getBatchItemFailures: (records: any[], response?: any) => any[] | undefined;
export declare const createBatch: (records: any, batchSize: number) => any[];
export declare const isJsObject: (value: any) => boolean;
