import type { io } from "./generated"; import type { ObjectMeta } from "./kubernetes"; export declare class CertManagerV1Certificate { metadata: ObjectMeta; spec: io.cert_manager.v1.Certificate_spec; constructor(metadata: ObjectMeta, spec: io.cert_manager.v1.Certificate_spec); get yaml(): string; }