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