import { getPublicKey } from "./hedera";
import { computedTokenAddress, getOwnerAddress } from "./solana";
declare const _default: {
    computedTokenAddress: typeof computedTokenAddress;
    getOwnerAddress: typeof getOwnerAddress;
    hedera: {
        getPublicKey: typeof getPublicKey;
    };
};
export default _default;
//# sourceMappingURL=index.d.ts.map