import { WritableSet } from "../../../tools/regulated-set/types/writable-set.js";
export declare function set_initial_modes(modes: WritableSet<string>, initial_modes: string): void;
