export declare const info: (text: string, prefix?: string, tab?: number) => void;
export declare const error: (text: string, prefix?: string, tab?: number) => void;
export declare const success: (text: string, prefix?: string, tab?: number) => void;
//# sourceMappingURL=messages.d.ts.map