export declare const isModelSpace: (name: string) => boolean | ""; export declare const isPaperSpace: (name: string) => boolean | ""; export declare const idToString: (id: number | bigint) => string; //# sourceMappingURL=utils.d.ts.map