/***********************************************
 * @license
 * Copyright (c) QBCart Inc. All rights reserved.
 ************************************************/
import type { Container } from '@azure/cosmos';
import Base from '../base';
export default class Users extends Base {
    constructor(container: Container);
}
