import { DxFormEffect } from './interfaces'; export declare const DEFAULT_FORM_EFFECT_OPTIONS: Partial; export declare function FormEffect(options?: Partial): (target: any, propertyKey: string) => void;