import type { Code, VueCodeInformation } from '../../types'; export declare function startBoundary(source: string, startOffset: number, features: VueCodeInformation): Generator; export declare function endBoundary(token: symbol, endOffset: number): Code;