import type Conf from 'conf'; import type { InfinicodeConfig } from '../kernel/config-schema.js'; export declare function providersList(config: Conf): Promise; export declare function providersAdd(config: Conf): Promise; export declare function providersRemove(config: Conf, id: string): Promise; export declare function providersTest(config: Conf, id?: string): Promise;