/** * Maps an entity to itself. * * @param value - The entity to map. * * @returns The mapped entity. * @public */ export declare function identityMapper(value: Something): Something;