export declare const DocumentTypes: {
    [x: string]: any;
};
export declare type DocumentTypes = keyof typeof DocumentTypes;
