import type { Resolver } from 'graphql-compose';
import { CommonOpts } from '../utils';
export default function createSearchConnectionResolver<TSource, TContext>(opts: CommonOpts<TContext>, searchResolver: Resolver<TSource, TContext>): Resolver<TSource, TContext>;
export declare function base64(i: string): string;
export declare function unbase64(i: string): string;
export declare function cursorToData(cursor: string): any;
export declare function dataToCursor(data: any): string;
//# sourceMappingURL=searchConnection.d.ts.map