import type { TProperties } from '../object/index'; import { type TMappedResult } from '../mapped/index'; import { type TReadonlyWithFlag } from './readonly'; type TFromProperties
= ({ [K2 in keyof P]: TReadonlyWithFlag
;
});
type TFromMappedResult );
export declare function ReadonlyFromMappedResult ;
export {};