export declare function readZipSymlinkTarget(archivePath: string, entryPath: string): Promise<string | undefined>;
