import * as schemaTypes from './proto/schema_pb';
import { SQLValue } from '../types/parameters';
export declare const getSQLValue: (value?: SQLValue) => schemaTypes.SQLValue;
