import { BaseStateRecoveryCommand } from '../../base_state_recovery';
import { SidechainInteroperabilityInternalMethod } from '../internal_method';
export declare class RecoverStateCommand extends BaseStateRecoveryCommand<SidechainInteroperabilityInternalMethod> {
}
