import { TypeORMError } from "./TypeORMError";
export declare class QueryRunnerAlreadyReleasedError extends TypeORMError {
    constructor();
}
