/** * This includes all the functions you can use to communicate with our user endpoint * * @module User Methods */ import { TrieveSDK } from "../../sdk"; import { UpdateUserReqPayload } from "../../types.gen"; export declare function updateUserRole( /** @hidden */ this: TrieveSDK, props: UpdateUserReqPayload, signal?: AbortSignal): Promise; //# sourceMappingURL=index.d.ts.map