export declare enum SupportedStandardEnum {
    ICRC1 = "ICRC-1",
    ICRC2 = "ICRC-2"
}
