import type { CellWithPlaceholderType } from '@srcbook/shared'; import type { SrcbookType } from './types.mjs'; type SrcbookWithPlacebolderType = Omit & { cells: CellWithPlaceholderType[]; }; export declare function encode(srcbook: SrcbookWithPlacebolderType, options: { inline: boolean; }): string; export {}; //# sourceMappingURL=encoding.d.mts.map