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