export declare function clearScanCache(): void;
export declare function scan(filename: string, code: string): string;
