import { Check, CheckOptions } from '../types/Check';
export declare function updateCheck(apiKey: string, token: string, options: Partial<CheckOptions>): Promise<Check>;
