/*! * Copyright 2019 acrazing . All rights reserved. * @since 2019-11-01 23:01:37 */ import * as ts from 'typescript'; import { LoadableComponentsTransformerOptions } from './types'; export declare function createLoadableComponentsTransformer(program: ts.Program | undefined, options: Partial): ts.TransformerFactory;