/** * @see RawPrincipal */ export declare const RawPrincipalSchema: import("zod").ZodCustom, Uint8Array>; /** * Represents a raw principal - a Uint8Array representation of a Principal. */ export type RawPrincipal = Uint8Array;