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