import { IsolationLevel } from '../IsolationLevel';
import { Query } from '../Query';
export declare class SetIsolationLevelQuery extends Query<IsolationLevel, void> {
    protected _getQuery(): string;
}
