import { Explorer } from '@starship-ci/types';
import { VerificationResult } from './types';
export declare const verifyExplorerRest: (explorer: Explorer) => Promise<VerificationResult>;
