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