export interface Token {
    token_network_address: string;
}
export declare type Tokens = ReadonlyArray<string>;
