import { Type, type Static } from 'typebox'; export declare const ConfigSchema: Type.TObject<{ managedContainer: Type.TBoolean; mayaraVersion: Type.TString; mayaraArgs: Type.TArray; requestSignalkToken: Type.TBoolean; host: Type.TString; port: Type.TNumber; secure: Type.TBoolean; directGuiUrl: Type.TBoolean; discoveryPollInterval: Type.TNumber; reconnectInterval: Type.TNumber; }>; export type Config = Static; export declare const SCHEMA_DEFAULTS: Config; //# sourceMappingURL=schema.d.ts.map