import { SourceLocation } from '@vuedx/template-ast-types'; export declare function isOffsetInSourceLocation(loc: SourceLocation | null | undefined, offset: number): loc is SourceLocation; //# sourceMappingURL=isOffsetInSourceLocation.d.ts.map