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