export declare class CreateSqsQueueRequestDto { customerAccountId: string; integrationName: string; targetAwsRegion: string; constructor(integrationName: string, customerAccountId: string, targetAwsRegion: string); }