/**
 * See PgClient#withShard() for reasons of having this class.
 */
export declare class Ref<T> {
    current: T;
    constructor(current: T);
}
//# sourceMappingURL=Ref.d.ts.map