import type { Accessor } from '../../accessor/base.ts';
import type { ExistsFn, StatFn } from './driver.ts';
/** Build the boolean existence probe over the backend's stat. */
export declare function makeExists(stat: StatFn): ExistsFn;
//# sourceMappingURL=exists.d.ts.map