import type { Scanner } from 'typescript'; /** * @deprecated This is deprecated and will be removed in Nx 20. * This was not intended to be exposed. * Please talk to us if you need this. */ export declare function stripSourceCode(scanner: Scanner, contents: string): string;