import type { io } from "./generated"; import type { ObjectMeta } from "./kubernetes"; export declare class StackgresCluster { metadata: ObjectMeta; spec: io.stackgres.v1.SGCluster_spec; constructor(metadata: ObjectMeta, spec: io.stackgres.v1.SGCluster_spec); get yaml(): string; } export declare class StackgresInstanceProfile { metadata: ObjectMeta; spec: io.stackgres.v1.SGInstanceProfile_spec; constructor(metadata: ObjectMeta, spec: io.stackgres.v1.SGInstanceProfile_spec); get yaml(): string; } export declare class StackgresPostgresConfig { metadata: ObjectMeta; spec: io.stackgres.v1.SGPostgresConfig_spec; constructor(metadata: ObjectMeta, spec: io.stackgres.v1.SGPostgresConfig_spec); get yaml(): string; } export declare class StackgresBackupConfig { metadata: ObjectMeta; spec: io.stackgres.v1.SGBackupConfig_spec; constructor(metadata: ObjectMeta, spec: io.stackgres.v1.SGBackupConfig_spec); get yaml(): string; }