export declare const loadHtmx: () => Promise<any>;
declare const initializeHtmx: () => Promise<any>;
export default initializeHtmx;
