import { ApiMethodDeclaration } from '..'; type ParamsData = { confirmCode: string; }; /** Ответ комбинированного backfill (ордера + продажи сертификатов). */ type ResponseData = { orders: unknown; certificates: unknown; }; export declare const refillOrdersAndCertificatesAnalytics: ApiMethodDeclaration; export {};