interface UpdateDeps { fetch?: () => Promise; } export declare function handleUpdate(deps?: UpdateDeps): Promise; export {};