import { ForceReply } from '../types'; export declare class ForceReplyBase implements ForceReply { force_reply: boolean; input_field_placeholder: string; selective: boolean; }