import { Runtime } from "../runtime"; export declare function reset(root: string): void; export declare function append(root: string, def: Omit): void; export declare function read(root: string): Runtime.Handler.Opts[]; export declare function artifactsPath(root: string, target: string): string;