export declare const getSuiName: (address: string, network?: string) => Promise; export declare const getSuiAddress: (name: string, network?: string) => Promise;