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