import type { IType } from '../../types/interfaces/IType';
import { U8Type } from './U8Type';
export declare class U64Type extends U8Type implements IType {
    static swayType: string;
    name: string;
    static MATCH_REGEX: RegExp;
    parseComponentsAttributes(_params: {
        types: IType[];
    }): import("../../types/interfaces/IType").ITypeAttributes;
    static isSuitableFor(params: {
        type: string;
    }): boolean;
}
//# sourceMappingURL=U64Type.d.ts.map