import type { TSchema } from '../schema/index.mjs'; import type { TProperties } from '../object/index.mjs'; import { type TMappedResult } from '../mapped/index.mjs'; import { type TExtract } from './extract.mjs'; type TFromProperties
= ({ [K2 in keyof P]: TExtract
;
});
type TFromMappedResult );
export declare function ExtractFromMappedResult ;
export {};