export declare const listen: <T = undefined>(key: string, fallback?: T) => {
    readonly v: boolean | T | undefined;
};
