function defaultimport { default } from "https://deno.land/x/configedit@1.0.4/src/configEdit.ts"; default<T>(opts: { configPath?: string; schemaPath?: string; schema?: Record<string, any>; customSave?: (data: T) => void; customLoad?: () => T; editorOptions?: JSONEditorOptions<T>; }): Promise<void>Type ParametersTParametersopts: { configPath?: string; schemaPath?: string; schema?: Record<string, any>; customSave?: (data: T) => void; customLoad?: () => T; editorOptions?: JSONEditorOptions<T>; }ReturnsPromise<void>