import type { LogQLVendor, VendorConfig } from '../types'; import slsConfig from './sls'; import clsConfig from './cls'; import tlsConfig from './tls'; import ltsConfig from './lts'; import blsConfig from './bls'; export declare function getVendorConfig(vendor: LogQLVendor): VendorConfig; export declare const ALL_VENDORS: LogQLVendor[]; export { slsConfig, clsConfig, tlsConfig, ltsConfig, blsConfig };