/**
 * Representation of the 'BckndResourceGetResourcePlans' schema.
 */
export type BckndResourceGetResourcePlans = Record<string, {
    provisioned: number;
    requested: number;
} & Record<string, any>>;
//# sourceMappingURL=bcknd-resource-get-resource-plans.d.ts.map