import { B256Type } from './B256Type';
export declare class AssetIdType extends B256Type {
    static swayType: string;
    name: string;
    static MATCH_REGEX: RegExp;
    static isSuitableFor(params: {
        type: string;
    }): boolean;
}
//# sourceMappingURL=AssetIdType.d.ts.map