export declare const maybeRefreshVersion: (open: (args: {
    type: string;
    args: Record<string, unknown>;
}) => void) => void;
