import { IotaCredentials } from './helpers';
export declare class Iota {
    static limitedTokenToIotaCredentials(token: string): Promise<IotaCredentials>;
}
