import type { sh } from "./generated"; import type { ObjectMeta } from "./kubernetes"; export declare class ScaledObject { metadata: ObjectMeta; spec: sh.keda.v1alpha1.ScaledObject_spec; constructor(metadata: ObjectMeta, spec: sh.keda.v1alpha1.ScaledObject_spec); get yaml(): string; } export declare class ScaledJob { metadata: ObjectMeta; spec: sh.keda.v1alpha1.ScaledJob_spec; constructor(metadata: ObjectMeta, spec: sh.keda.v1alpha1.ScaledJob_spec); get yaml(): string; }