export type Order = 'ascending' | 'descending'; export type Unsubscribe = () => Promise; //# sourceMappingURL=common.d.ts.map