import { StubEntries } from '../stubs/stubs-entries';
/**
 * Extract all stub entries from an archive file.
 *
 * @param archivePath A valid path for the file.
 * @returns A Promise for the completion of all stub entries.
 */
export declare function archiveMapping(archivePath: string): Promise<StubEntries>;
