import { Run, SdtMetadata } from '../../../../contracts/src/index.js'; import { RunRenderContext } from '../runs/types.js'; export declare const resolveRunSdtId: (run: Run) => { sdtId: string; sdt: SdtMetadata; } | null; export declare const createInlineSdtWrapper: (sdt: SdtMetadata, context: RunRenderContext) => HTMLElement; export declare const syncInlineSdtWrapperTypography: (wrapper: HTMLElement, runForSizing?: Run) => void; export declare const expandSdtWrapperPmRange: (wrapper: HTMLElement, pmStart?: number | null, pmEnd?: number | null) => void; //# sourceMappingURL=inline.d.ts.map