export declare const EMPTY: unique symbol;
export type Empty = typeof EMPTY;
//# sourceMappingURL=empty.d.ts.map