import { SESClient } from '@aws-sdk/client-ses';
export type CreateSESClientType = (sesClient?: SESClient) => SESClient;
export declare function createSESClient(sesClient?: SESClient): SESClient;
//# sourceMappingURL=mockedSES.d.ts.map