export declare type SentenceFormat = 'plain' | 'html' | 'markdown' | 'asciidoctor';
