blob: cdd1f04528e58874a2cbaba7e63a85b26bd61517 [file] [log] [blame]
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: (config: StreamUserConfig) => StreamConfig;