import type { SwishApp } from "../swish"; export declare function initElements(swish: SwishApp): void; export declare function getSwish(): SwishApp | null;