export declare function hierarchyLevelSelector(args: unknown): Promise<{
    content: {
        type: "text";
        text: string;
    }[];
}>;
//# sourceMappingURL=hierarchy-level-selector.d.ts.map