export declare const Validation: { initiate: (d: any) => string | false; staged: (d: any) => string | false; };