export declare function firstLetState<T>(defaultValue: T | (() => T)): (y: any) => T;
export declare function reLetState<T>(): (y: any) => T;
