export declare class ConstraintException extends Error {
    constructor(path: string, msg: string);
}
