export declare class TransporterMock { private sindry; private externalTransporterOptions; constructor(); /** * It does nothing. * @param {any} error - The error object returned from the Lambda function. * @param {string} lambda - The name of the lambda function that you want to invoke. * @param {any} event - The event that was passed to the lambda function * @returns A promise that resolves to true. */ private static noop; /** * > It returns a promise that resolves to the result of the `noop` function of the * `TransporterMock` class * @returns The return value of the function is the return value of the resolve function. */ broadcast(): Promise; } //# sourceMappingURL=transporter.mock.d.ts.map