declare class Store { apiSsoUrl: string; apiLeadUrl: string; apiSubotUrl: string; } export declare const leadStore: Store; export {};