/** * Resolve `p` and require it inside the caller's account directory. * * `mustExist` true (a source to read): the path itself is realpathed and must * be a regular file. False (a destination to write): the path does not exist * yet and cannot be realpathed, so its *parent* is — which is exactly what a * symlinked parent directory would otherwise subvert. * * Returns the resolved absolute path. Throws naming the offending path. */ export declare function confineToAccountDir(p: string, mustExist: boolean): string; //# sourceMappingURL=confine-path.d.ts.map