export declare function useMemoOne<T>(getResult: () => T, inputs?: any[]): T;
