export declare const ConnectionPagingCursorType: import("../utils/schema").SchemaObjectType<{ before: { core: true; nullable: true; type: "String"; }; after: { core: true; nullable: true; type: "String"; }; }>;