blob: 177ca2784e16a14e0c3552da7fa394f5c31244af [file] [log] [blame] [edit]
import type { StreamUserConfig } from './types/api';
import type { StreamConfig } from './types/internal';
/**
* Makes a new configuration object out of the userConfig object
* using default values for the missing configuration properties.
*/
export declare const makeStreamConfig: (userConfig: StreamUserConfig) => StreamConfig;