export type RefreshTreeOptions = { force?: boolean; }; export declare const defaultRefreshTreeOptions: RefreshTreeOptions;