import type { ILambdaMock } from "../rapidApi"; export declare const initEventSourceMapping: (lambdas: ILambdaMock[]) => Promise; 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;