import { TypeOf } from 'io-ts';
export interface FalaTypeBrand {
    readonly FalaType: unique symbol;
}
export declare const FalaType: import("io-ts").UnionC<[import("io-ts").LiteralC<0>, import("io-ts").BrandC<import("io-ts").BrandC<import("io-ts").NumberC, import("io-ts").IntBrand>, FalaTypeBrand>]>;
export declare type FalaType = TypeOf<typeof FalaType>;
