import { StoryLocator } from '../../../../../../document-api/src/index.js'; export type StoryKind = 'body' | 'headerFooter' | 'footnote' | 'endnote'; /** Coarse classifier for UI decisions (icons, labels, sort groups). */ export declare function classifyStoryKind(locator: StoryLocator): StoryKind; /** * Returns a human-readable label describing where the tracked change lives. * * Body tracked changes return an empty string so the sidebar can render * them without an extra location badge. */ export declare function describeStoryLocation(locator: StoryLocator): string; //# sourceMappingURL=story-labels.d.ts.map