interface NameInput { network: string; scriptHash: string; } export declare function name(data: NameInput): Promise; export {}; //# sourceMappingURL=name.d.ts.map