import type { Ref2_Of } from "@k8ts/instruments";
export declare class ConfigKeyRef<Backend extends Ref2_Of = Ref2_Of, K extends string = string> {
    readonly backend: Backend;
    readonly key: K;
    constructor(backend: Backend, key: K);
}
//# sourceMappingURL=key-ref.d.ts.map