export declare const TEXT_FORMATTING_RULE: { readonly Backlog: "backlog"; readonly Markdown: "markdown"; readonly Undef: null; }; export type TextFormattingRule = (typeof TEXT_FORMATTING_RULE)[keyof typeof TEXT_FORMATTING_RULE];