export declare type Primitive = string | number | bigint | boolean | null | undefined; export declare type Scalars = Primitive | Primitive[];