import { Construct } from 'constructs';
import { NestedStack, NestedStackProps } from 'aws-cdk-lib';
export declare class ExampleLambdaFunctionStack extends NestedStack {
    constructor(scope: Construct, id: string, props?: NestedStackProps);
}
