export declare const Value = "a"; export declare const Signal = "b"; type Self = typeof import("./load-signal-value"); export type Value = Self[keyof Self]; export {};