//#region src/htswap.d.ts declare function update(selector: string, url: string, trigger?: HTMLElement, newScrollY?: number, body?: BodyInit): Promise; declare function bind(): Promise; declare function init(): void; //#endregion export { bind, init, update };