export declare const messages: {
    getNoModuleFoundMessage: (path: string, oError: any) => string;
    getSelectModuleMessage: () => string;
};
