export declare type ConfigType = { socketUrl: string; guestStorageKey: string; tokenCookieKey: string; layout: string; }; //# sourceMappingURL=config.d.ts.map