import { Connection } from 'oracledb'; import { Ref } from '../types'; export declare function generateRawRefs(client: Connection): Promise;