import { FormKitHandlerPayload } from '@formkit/core'; /** * Catalog of the error message codes in FormKit. * @public */ export declare const errors: Record string)>; /** * Catalog of the warning message codes in FormKit. * @public */ export declare const warnings: Record string)>; export { }