import type { TProperties, TSchema, Static } from '../../type/index.mjs'; /** Creates a value from the provided type. This function will use `default` annotations if present. */ export declare function Create(type: Type): Static; /** Creates a value from the provided type. This function will use `default` annotations if present. */ export declare function Create(context: Context, type: Type): Static;