import { Document } from '../types'; export declare function getDocumentKey(keyOrDocument: Document | string): string;