interface SetApiConfig {
    debug?: boolean;
    saveRequestFile?: string | undefined;
    timeout?: number;
}
export { SetApiConfig };
