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