import { access } from 'fs/promises';
export declare const exists: (...args: Parameters<typeof access>) => Promise<boolean>;
