export declare function isNotEmpty(str?: string): boolean;
export declare function escapeForMarkdown(s?: string): string;
