export declare const comment: (text: string) => void;
export declare const error: (text: string) => void;
