export declare function createCertDomainGetterInputDefine(opts?: { certInputKey?: string; props?: any; }): any; export declare function createRemoteSelectInputDefine(opts?: { title: string; certDomainsInputKey?: string; accessIdInputKey?: string; typeName?: string; action: string; type?: string; watches?: string[]; helper?: string; formItem?: any; mode?: string; single?: boolean; required?: boolean; rules?: any; mergeScript?: string; search?: boolean; pager?: boolean; component?: any; value?: any; pageSize?: number; uploadCert?: { title?: string; columns?: Record; }; }): any; //# sourceMappingURL=util.d.ts.map