import { App } from 'vue';

import * as all from '../types';
declare const _default: {
    install: (app: App, config?: all.ICRUDConfig, format?: {
        [key: string]: Function;
    } | undefined, globalData?: {
        [key: string]: Function;
    } | undefined) => void;
};
export default _default;
