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