import { Params } from '../types/pdo-prepared-statement';
export declare function paramsToString(params: Params, space?: string | number): string;
