/** * Return the absolute path to the discovery artifacts directory. */ export declare function discoveryDir(root: string): string; /** * Return the absolute path to the first-contact artifacts directory. */ export declare function firstContactDir(root: string): string; /** * Return the absolute path to the proposals directory. */ export declare function proposalsDir(root: string): string; /** * Return the absolute path to the initialization evidence directory. */ export declare function initializationEvidenceDir(root: string): string;