import { IPrimaryKey } from '../types';
export declare const exists: (table: string, primaryKey: IPrimaryKey) => Promise<boolean>;
