/** * If running in an iframe with `SMSS_EMBED_AUTH=true` in URL query/hash query, * wait briefly for parent auth details via postMessage before bootstrapping. */ export declare const waitForEmbedAuth: () => Promise;