export interface GetUsersByPageQuery { from: number; to: number; includeDeleted?: boolean; } //# sourceMappingURL=GetUsersByPageQuery.d.ts.map