/** An exception that is thrown when connection name is not valid */
export declare class UnknownConnectionException extends Error {
    constructor(connectionName: string);
}
