import { Plugin } from '@tachybase/client';
export declare class PluginDaynamicCalculation extends Plugin {
    load(): Promise<void>;
}
