import { DidDocument } from './types';
export declare const getContext: (didDocument: DidDocument) => string[];
