export class SheetNotFoundError extends Error {
	constructor(message: string);
	name: 'SheetNotFoundError';
}
