/** * @type {RoutifyBuildtimePlugin} * Can read segments from a file and add them to the node meta * @example segment * * ... some content ... * * @example file * * **/ export const metaCapturePlugin: RoutifyBuildtimePlugin; export function processNode(node: any): Promise; export function captureSegments(content: string): {};