import { Construct } from 'constructs'; /** * The construct creates a service linked role required to run GitLab Runners using Spot EC2 instances. */ export declare class SpotServiceLinkedRole extends Construct { constructor(scope: Construct, id: string); }