import type { PropertyTypes } from '@knapsack/types'; import { type TypeInfo } from './types.js'; export declare function convertToSpec({ typeInfo, trustRequiredProps, }: { typeInfo: TypeInfo; trustRequiredProps: boolean; }): { prop: PropertyTypes | null; isOptional: boolean; }; //# sourceMappingURL=convert-to-spec.d.ts.map