export default function typesAliasFromDefs(definitions: Record<string, Record<string, any>>, initAlias?: Record<string, any>): Record<string, any>;
