export declare const selectorMemoizationOptions: { memoizeOptions: { maxSize: number; resultEqualityCheck: (value: any, other: any) => boolean; }; };