/**
 * A string that represents a NEAR account ID.
 */
export declare type AccountId = string;
