import type { SourceFile } from 'typescript';
export declare function selectorExistsInAST(selector: string, ast: SourceFile): boolean;
//# sourceMappingURL=selector-exists-in-ast.d.ts.map