import { providers } from 'ethers'; import BaseService from '../commons/BaseService'; import { WPunk } from './typechain/WPunk'; export declare type GetNonceType = { token: string; owner: string; }; export declare type GetVersionType = { token: string; }; export interface WPunkInterface { punkContract: () => Promise; } export declare class WPunkService extends BaseService implements WPunkInterface { private wpunkContract; constructor(provider: providers.Provider, wpunkContract?: string); connect(wpunkContract: string): Promise; punkContract(): Promise; } //# sourceMappingURL=index.d.ts.map