import type GitlyOptions from '../interfaces/options';
export default function exists(path: string, options?: GitlyOptions): Promise<boolean>;
