import type { OptionalArgument } from '../helpers'; import type { CursorPaginationEnabled, TokenOverridable } from './common'; export type AuthRevokeArguments = OptionalArgument; export type AuthTeamsListArguments = OptionalArgument; export type AuthTestArguments = OptionalArgument; //# sourceMappingURL=auth.d.ts.map