export declare type TruffleContract = any;
export declare type TruffleContractInstance = any;
export interface Linker {
    link: (Contract: TruffleContract, library: TruffleContractInstance) => void;
}
//# sourceMappingURL=types.d.ts.map