import { Tag, TagPattern } from "../store/types.js";
interface ClearOptions {
    tag?: Tag | TagPattern;
    error?: true | unknown;
}
export declare function refresh(options?: ClearOptions): void;
export {};
