export declare function initialValue<T>(initial?: T | null): T | null;
