export declare const ids: readonly [0, 1]; export type Id = typeof ids[number]; export declare const isId: (id: any) => id is 0 | 1; export declare const UPPER: 0, LOWER: 1;