import ts from 'typescript'; declare const _default: (program: ts.Program) => ts.TransformerFactory; /** * The main transformer function. * * This needs to be registered as a TypeScript "before" transform * in your build/test configuration. * * See https://www.npmjs.com/package/ts-reflection#installation for more information * * @param program {ts.Program} An instance of TypeScript Program * @param options {Partial} Transformer options object */ export default _default;