export default function ({ resetMode, ref, }: {
    resetMode: "hard" | "soft" | "mixed";
    ref: string;
}): Promise<void>;
