/** * Application selector that does nothing. * @param value - The value to return. * @returns The value passed as an argument. * @group Utils */ export declare function noopSelector(value: T): T;