declare const ACTIONS: readonly ['CheckDomain']; declare const APIS: Record< 'CheckDomain', (capi: import('@tencent-sdk/capi').Capi, inputs: any) => any >; export declare type ActionType = (typeof ACTIONS)[number]; export default APIS;