import 'codeceptjs'; /** * Flexiform for eProc Class */ export declare class EForms { /** * The method is used to fill flexiform fields without using getInstance API call * * ```js * await eForms.eformWithoutAPI() * ``` */ static eformWithoutAPI(): Promise; }