declare const _default: { adminInterfaceId: string; zomeInterfaceId: string; stateDumpOnError: string | boolean; zomeCallTimeoutMs: number; conductorTimeoutMs: number; strictConductorTimeout: string | boolean; tempStorage: string | undefined; portRange: number[]; }; export default _default;