export declare function useLivestreamSDK(): {
    initialize: (initialParams?: {}) => void;
};
