declare module "wix-application-backend" { const getDecodedAppInstance: () => Promise | null>; export { getDecodedAppInstance }; }