import * as log from 'npmlog';
export declare function messages(): log.MessageObject[];
export declare function info(source: string, message: string, ...args: any[]): void;
export declare function error(source: string, message: string, ...args: any[]): void;
