export declare const agentCodeStorage: { /** * Captures `?agent_code=` from the current url so it survives navigation * (e.g. sign in, then land on create business without the query param). */ cacheFromUrl(): void; get(): string; clear(): void; };