export declare function useAssist(): {
    getExistConfig: (motype: number) => any;
};
