export interface CountSelection { kind: 'count-selection'; } export declare function createCountSelection(): CountSelection;