import { MethodName } from '../method-name'; import { Send } from './send'; export declare class Seek extends Send { method: MethodName; body: { time: number; }; constructor(instanceName: string, time: number); }