import { Connection } from '../types/types'; export declare function isValidConnection(connection: Connection): boolean;