export function getFilePath(id: any): any; export function resetAllPaths(): void; export function normalizeDocs(client: CozyClient, doctype: string, docs: Array): void; export function normalizeDoc(client: CozyClient, doctype: string, doc: import('./CozyPouchLink').CozyPouchDocument): void; export function computeFileFullpath(client: CozyClient, file: import('cozy-client/types/types').IOCozyFile): Promise; export function fromPouchResult({ res, withRows, doctype, client }: { res: any; withRows: any; doctype: any; client: any; }): { data: any; meta: { count: any; }; skip: any; next: boolean; } | { data: any; }; export function sanitized(doc: any): Pick; export function sanitizeJsonApi(doc: any): Pick, string | number | symbol>; import CozyClient from "cozy-client";