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