import * as pulumi from "@pulumi/pulumi"; /** * Plural Data Source schema for Volcengine::NatGateway::NGW */ export declare function getNgws(opts?: pulumi.InvokeOptions): Promise; /** * A collection of values returned by getNgws. */ export interface GetNgwsResult { /** * Uniquely identifies the data source. */ readonly id: string; /** * Set of Resource Identifiers. */ readonly ids: string[]; } /** * Plural Data Source schema for Volcengine::NatGateway::NGW */ export declare function getNgwsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output;