/** * 验证器工具函数 */ /** * 创建带前缀的应用标识符验证器 * 用于验证设置项的键格式 */ export declare const createPrefixedAppIdentifierValidator: (sectionCode: string) => (_: any, value: string) => Promise;