export declare class InterfaceNotSatisfied extends Error {
    constructor(interf: string, reason: string);
}
