import * as z from 'zod/mini';
/** TIP-20 token role schema. */
export declare const TokenRole: z.ZodMiniLiteral<"defaultAdmin" | "pause" | "unpause" | "issuer" | "burnBlocked">;
//# sourceMappingURL=TokenRole.d.ts.map