import { t } from './common'; export declare type IArgs = { typename: string; typeDef: t.IColumnTypeDef; ctx: t.SheetCtx; }; export declare class TypedSheetRef implements t.ITypedSheetRef { static create(args: IArgs): TypedSheetRef; private constructor(); private readonly _ctx; readonly typeDef: t.IColumnTypeDef; readonly typename: string; }