import Joi from 'joi'; export interface IRunQuickQueryParams { name: string; fromTimestamp: number; toTimestamp: number; } export declare const runQuickQueryParamsSchema: Joi.ObjectSchema;