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