import type { ExcerptLengthState } from './excerpt-length-state.js'; export declare const selectExcerptLength: (state: { excerptLength?: ExcerptLengthState; }) => number | undefined;