import { Address, ExternalAddress } from "ton-core"; export declare function testAddress(seed: string, workchain?: number): Address; export declare function testExternalAddress(seed: string): ExternalAddress;