import { ServiceType } from './types';
import type { ConfigService } from './types';
export type { ConfigService };
export declare class Service {
    private readonly config;
    private readonly platforms;
    constructor(config: ConfigService);
    private validateConfig;
    start(options?: {
        port?: number;
    }): Promise<void>;
}
export { ServiceType };
//# sourceMappingURL=service.d.ts.map