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