/**
 * This error is thrown when a shape assertion fails.
 *
 * @category Util
 */
export declare class ShapeMismatchError extends TypeError {
    name: string;
}
