export declare class UndefinedAssignment extends Error {
    constructor(e: Error);
}
