import * as constructs from 'constructs'; import * as iam from '../../aws-iam'; export declare function createRole(scope: constructs.Construct, _role?: iam.IRole): iam.IRole;