import { Config } from '../lib/types.js'; export declare class DefaultOtelComponentService { readonly config: Config; hello(input: string): Promise; }