import type { OptionalArgument } from '../helpers'; import type { LocaleAware, TokenOverridable } from './common'; export type RTMConnectArguments = OptionalArgument; export type RTMStartArguments = OptionalArgument; //# sourceMappingURL=rtm.d.ts.map