import { CFNResource } from '../../_common/cfn-template'; import { ForwardCategoryRefactorer } from '../workflow/forward-category-refactorer'; export declare const USER_POOL_GROUP_TYPE = "AWS::Cognito::UserPoolGroup"; export declare const RESOURCE_TYPES: string[]; export declare class AuthUserPoolGroupsForwardRefactorer extends ForwardCategoryRefactorer { protected resourceTypes(): string[]; protected fetchSourceStackId(): Promise; protected fetchDestStackId(): Promise; protected gen2LogicalId(sourceId: string, sourceResource: CFNResource, targetResources: Map): Promise; } //# sourceMappingURL=auth-user-pool-groups-forward.d.ts.map