import { FlatTemplatable } from "tempstream"; export declare function toggleModal(options: { name: string; contentWrapped: (id: string) => FlatTemplatable | Promise; contentUnwrapped: (id: string) => FlatTemplatable | Promise; }): string | Promise;