import { AutoSaveConfig } from "./types";
export declare function validateConfig(config: AutoSaveConfig): void;
