import { LayerVersion, LayerVersionProps } from "aws-cdk-lib/aws-lambda";
import { Construct } from "constructs";
export declare class NodePostgresLayer extends LayerVersion {
    constructor(scope: Construct, id?: string, props?: Partial<LayerVersionProps>);
}
