declare global { interface IFclProvider { id: string; } interface Window { fcl_extensions: IFclProvider[] | undefined; } } export {};