import type { BckndResourceGetResourcePlans } from './bcknd-resource-get-resource-plans.js';
/**
 * Representation of the 'BckndResourceGetResponse' schema.
 */
export type BckndResourceGetResponse = {
    resourcePlans: BckndResourceGetResourcePlans;
} & Record<string, any>;
//# sourceMappingURL=bcknd-resource-get-response.d.ts.map