import type { LiveOption } from './linter.ts'; export declare const registerWikiLint: (cdn?: string, opt?: LiveOption) => void; export declare const registerESLint: (cdn?: string, opt?: LiveOption) => void; export declare const registerStylelint: (cdn?: string, opt?: LiveOption) => void; export declare const registerLuacheck: (cdn?: string) => void;