import * as $dara from '@darabonba/typescript'; export declare class CustomRuntimeConfig extends $dara.Model { args?: string[]; command?: string[]; port?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }