declare const sheet: { doc(id: string): Promise; }; type Sheet = typeof sheet; export { type Sheet, sheet };