/// import { CustomError } from '../../../../errors'; export declare function lookupLocal(iacCachePath: string, resourceName: string, userResourcePath: string | undefined, validResourceCondition: (path: string) => Promise): Promise; export declare class InvalidUserPathError extends CustomError { constructor(message: string); } export declare function fetchCacheResource(url: string): Promise;