import type { EditorConfig } from "./types.cjs"; /** * Serializes an `EditorConfig` object into a string suitable for an `.editorconfig` file. * * @param config - The EditorConfig configuration object to serialize. * @returns A string representation of the EditorConfig suitable for writing to a file. */ export declare function serializeEditorConfig(config: EditorConfig): string; //# sourceMappingURL=serialize.d.cts.map