import { SourceFile, TextSpan } from "./_namespaces/ts.js"; /** * Get the breakpoint span in given sourceFile * * @internal */ export declare function spanInSourceFileAtLocation(sourceFile: SourceFile, position: number): TextSpan | undefined; //# sourceMappingURL=breakpoints.d.ts.map