export declare class MoHCommonLibraryError extends Error {
    constructor(message?: string);
}
