import CozyClient from 'cozy-client';
import PouchLink from 'cozy-pouch-link';
export declare const getPouchLink: (client?: CozyClient) => PouchLink | null;
