import type { Point } from '@aztec/foundation/curves/grumpkin'; /** Represents a user public key. */ export type PublicKey = Point;