import { Config } from '../config'; export declare const RESOURCES_RELATIVE_PATH = "outputs"; export declare function getResourcePath(id: string, path: string, config: Config): Promise;