/**
 * @category Errors
 */
export declare class CoreError extends Error {
    name: string;
    constructor(message: string);
}
