import { RestCommand } from "../types.js"; //#region src/rest/helpers/with-token.d.ts declare function withToken(token: string, getOptions: RestCommand): RestCommand; //#endregion export { withToken }; //# sourceMappingURL=with-token.d.ts.map