//#region src/auto-anchor/index.d.ts /** slugify segments, append `\0` to keep segment as-is */ export declare function anchorSegments(...segs: string[]): string; /** * Check if `id1` starts with `id2` */ export declare function anchorIdStartsWith(id1: string, id2: string): boolean; //#endregion