export default class SpellService extends PublicService { constructor(name?: string); eta: {}; done: {}; action: {}; executionDate: {}; scheduledDate: {}; nextCastTime: {}; expiration: {}; executiveHash: {}; officeHours: {}; getDelayInSeconds(): any; delay: any; getEta(spellAddress: any): Promise; getNextCastTime(spellAddress: any): Promise; getExpiration(spellAddress: any): Promise; getScheduledDate(spellAddress: any): Promise; getDone(spellAddress: any): Promise; getExecutiveHash(spellAddress: any): Promise; getOfficeHours(spellAddress: any): Promise; getAction(spellAddress: any): Promise; getExecutionDate(spellAddress: any): Promise; refresh(): void; _pauseContract(): any; } import { PublicService } from "@makerdao/services-core";