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