import { Construct } from 'constructs';
export declare class ExampleConstruct extends Construct {
    constructor(scope: Construct, id: string);
}
