import type { WebAPICallResult } from '../../WebClient';
export type AdminUsersSessionResetResponse = WebAPICallResult & {
    error?: string;
    needed?: string;
    ok?: boolean;
    provided?: string;
};
//# sourceMappingURL=AdminUsersSessionResetResponse.d.ts.map