import { DecoratorType } from './decoratorType'; import { State } from './interfaces/baseState'; import { TypeWorxOptions } from './interfaces/typeWorxOptions'; import { BuilderOptions, TypeScriptJsonSchemaBuilder } from './typescriptJsonSchemaBuilder'; import * as utils from './utilities'; export * from './decorators'; export declare const Utilities: typeof utils; export { TypeWorxOptions, DecoratorType, State, TypeScriptJsonSchemaBuilder, BuilderOptions }; export declare function execute(sourceFileGlob: string, state?: T): Promise;