/**
 * Extracts all '@'-prefixed tags from a given file path.
 *
 * Example:
 * 'features/@foo-bar/@baz.ts' -> ['@foo-bar', '@baz']
 */
export declare function extractTagsFromPath(filePath: string): string[];
//# sourceMappingURL=tagsFromPath.d.ts.map