import * as t from "io-ts/lib/index.js"; /** * @category Token */ export type PolicyId = string; /** * @category Token */ export declare const PolicyIdGuard: t.StringC; //# sourceMappingURL=policyId.d.ts.map