export type InitialStateResponse = { initialState: Record | null; }; export declare const useSseApi: () => { getSubscribeUrl(clientId: string, type: string, params: Record): string; getStatus(type: string, params: Record): Promise; };