export declare enum OPNetTransactionTypes {
    Generic = "Generic",
    Deployment = "Deployment",
    Interaction = "Interaction"
}
export type InteractionType = OPNetTransactionTypes.Interaction;
