import { SourceFile } from 'ts-morph'; export declare function insertFunctionBodyStatement(source: SourceFile, functionIdentifier: string, statements: string[], apply?: boolean): void; export declare function addPluginUse(source: SourceFile, pluginIdentifier: string, apply?: boolean): void; //# sourceMappingURL=plugin.d.ts.map