/**
 * FormikErrors type enforce us to always return a string as error.
 * We need these errors to be translated, so we need to create a hook to be able to use the formatMessage function.
 */
export declare const RELEASE_SCHEMA: any;
export declare const SETTINGS_SCHEMA: any;
