import type { SectionInfo, TransformOptions } from '../types.js'; export declare const getStartSection: (lines: Array, info: SectionInfo, matchesEnd: (line: string) => boolean) => Array; export declare const extractParams: (section: string) => TransformOptions; export declare const getParamsSection: (options: TransformOptions) => string;