export declare const bold: (str: string) => string;
export declare const italic: (str: string) => string;
export declare const strikethrough: (str: string) => string;
export declare const quote: (str: string) => string;
export declare const monospace: (str: string) => string;
export declare const inlineCode: (str: string) => string;
//# sourceMappingURL=Formatter.d.ts.map