import { ManifestResource } from "../../node/manifest-resource";
export interface Props {
    data?: Record<string, string>;
    stringData?: Record<string, string>;
}
export declare class Secret extends ManifestResource<Props> {
    readonly kind: import("@k8ts/instruments").Kind.Kind<"Secret", import("@k8ts/instruments").Kind.Version<"v1", import("@k8ts/instruments").Kind.Group<"">>>;
}
//# sourceMappingURL=secret.d.ts.map