import { FieldParser } from '../../types';
export declare const EDM_PARSERS: {
    [type: string]: FieldParser<any>;
};
