import { IAzure } from './models/IAzure';
export declare function init(obj: IAzure): void;
export declare const MedLog: {
    install(Vue: any, options: any): void;
};
export declare function info(...text: string[]): Promise<boolean>;
export declare function warn(...text: string[]): Promise<boolean>;
export declare function error(...text: string[]): Promise<boolean>;
