export type ZixuluCache = { sudoRequested?: boolean; }; export declare function readZixuluCache(): Promise;