/**
 * This class is responsible for generating the LogQL queries to be used in the log search
 */
export declare class LogQueryManager {
    static getCompletedPresetRequestLogsQuery(): string;
    private static getUrlProxyJsonQuery;
}
