import * as types from "../types";
import * as borsh from "@coral-xyz/borsh";
export interface Ema1hJSON {
    kind: "Ema1h";
}
export declare class Ema1h {
    static readonly discriminator = 0;
    static readonly kind = "Ema1h";
    readonly discriminator = 0;
    readonly kind = "Ema1h";
    toJSON(): Ema1hJSON;
    toEncodable(): {
        Ema1h: {};
    };
}
export declare function fromDecoded(obj: any): types.EmaTypeKind;
export declare function fromJSON(obj: types.EmaTypeJSON): types.EmaTypeKind;
export declare function layout(property?: string): borsh.EnumLayout<unknown>;
//# sourceMappingURL=EmaType.d.ts.map