/** * Common `Hash256String`s. */ export declare const Hash256: { /** * `Hash256String` of the NEO `Asset`. */ NEO: string; /** * `Hash256String` of the GAS `Asset`. */ GAS: string; };