import ts from 'typescript';
export declare function removeStencilImport(importNode: ts.ImportDeclaration): ts.ImportDeclaration;
export declare const CLASS_DECORATORS_TO_REMOVE: Set<string>;
export declare const MEMBER_DECORATORS_TO_REMOVE: Set<string>;
