import type { LibraryAddresses } from "../libraries.js";
export declare function resolveConstructorArgs(constructorArgs: string[], constructorArgsPath?: string): Promise<unknown[]>;
export declare function resolveLibraries(librariesPath?: string): Promise<LibraryAddresses>;
//# sourceMappingURL=arg-resolution.d.ts.map