import type { Context } from '../../types';
export declare const replyToVoice: (ctx: Context) => boolean;
