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