import type { Client } from "../kernel.js"; import { Archives } from "../namespaces/archives.js"; import type { ArchiveImportResult, ArchiveImportToCoreOptions, ArchiveVerifyResult } from "../namespaces/archives.types.js"; export declare class NodeArchives extends Archives { constructor(client: Client); inspect(archivePath: string): Promise; verify(archivePath: string): Promise; importToCore(opts: ArchiveImportToCoreOptions): Promise; } export declare function inspectArchive(archivePath: string): Promise; export declare function verifyArchive(archivePath: string): Promise; export declare function importArchiveToCore(opts: ArchiveImportToCoreOptions): Promise; export declare function readEnvFile(envFile: string): Promise>; //# sourceMappingURL=archives-node.d.ts.map