import type { CharacterFormSchema } from './schema';
export declare const INITIAL_FORM: CharacterFormSchema;
