export type PlaintextLiteral = boolean | bigint | number | string;
