import type { Scanner } from 'typescript';
export declare function stripSourceCode(scanner: Scanner, contents: string): string;
