/** An author-supplied path, made absolute against the working directory. */ export declare function resolveResourcePath(path: string): string; /** * The same, but failing at define time with a message naming the resource, so a * typo surfaces as "context path not found: /abs/path" during `plan` rather * than as a bare ENOENT from whatever tried to read it. */ export declare function resolveExistingPath(path: string, label: string): string; //# sourceMappingURL=path.d.ts.map