export declare const emptyConnection: {
    totalCount: number;
    edges: never[];
    pageInfo: {
        hasNextPage: boolean;
        hasPreviousPage: boolean;
        startCursor: null;
        endCursor: null;
    };
};
//# sourceMappingURL=empty-connection.d.ts.map