import { type Pvc } from '../../../resources/pvc/pvc.js';
import { type PvcReference } from '../../../resources/pvc/pvc-reference.js';
export declare class K8ClientPvc implements Pvc {
    readonly pvcReference: PvcReference;
    constructor(pvcReference: PvcReference);
}
