export declare function selectRoot>(name: string): (state: Record) => State; export declare function selectRoot>(name: string, state: Record): State; export declare const selectError: (name: string, state: Record) => null | Error; export declare const selectIsActive: (name: string, state: Record) => boolean; export declare function oneOfIsActive(...names: string[]): (state: any) => boolean;