import type { Ctx } from '@milkdown/ctx';
export declare function outline(): (ctx: Ctx) => Array<{
    text: string;
    level: number;
    id: string;
}>;
//# sourceMappingURL=outline.d.ts.map