/** * 简化代码code内容,例如默认的前缀 */ export declare const useSimplifyCode: (value?: { originCode?: string; }) => string | undefined;