type IInfo = (msg: string, options?: {
    needBreak?: boolean;
}) => void;
export declare const info: IInfo;
export {};
