/** * Returns the default path to the mastercopy artifacts file. * * @returns {string} The absolute path to the mastercopy artifacts file. */ export declare function defaultMastercopyArtifactsFile(): string; /** * Returns the default path to the build directory containing contract artifacts. * * @returns {string} The absolute path to the build directory. */ export declare function defaultBuildDir(): string;