import { MethodName } from '../method-name'; import { Send } from './send'; export declare class Pause extends Send { method: MethodName; }