import * as ts from 'typescript'; declare type TransformerOptions = { verbose?: true; }; export default function injectIntegrationIdProp(_options?: TransformerOptions): ts.TransformerFactory; export {};