export declare const ScopeInstancesAccessor = "a"; export declare const SignalIndexAccessor = "b"; export declare const Index = "c"; type Self = typeof import("./closure-signal-prop"); export type Value = Self[keyof Self]; export {};