export function parseArchive(archiveBytes: Uint8Array, archiveLocation?: string, options?: ParseArchiveOptions): Promise; export function loadArchive(readPowers: ReadFn | ReadPowers, archiveLocation: string, options?: LoadArchiveOptions): Promise; export function importArchive(readPowers: ReadFn | ReadPowers, archiveLocation: string, options: ExecuteOptions & LoadArchiveOptions): Promise; import type { ParseArchiveOptions } from './types.js'; import type { Application } from './types.js'; import type { ReadFn } from './types.js'; import type { ReadPowers } from './types.js'; import type { LoadArchiveOptions } from './types.js'; import type { ExecuteOptions } from './types.js'; //# sourceMappingURL=import-archive.d.ts.map