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