import type { EmbedField } from 'oceanic.js';
export declare function calculateInlineIndex(fields: EmbedField[], currentFieldIndex: number): number;
