import { Check } from '../types/Check';
export declare function getChecks(apiKey: string): Promise<Check[]>;
