import { Deleted } from '../types/Deleted';
export declare function deleteCheck(apiKey: string, token: string): Promise<Deleted>;
