import { t as ParseDiagnostic } from "./parse-Bl1gwWGn.mjs"; //#region src/format/error.d.ts declare class PslFormatError extends Error { readonly diagnostics: readonly ParseDiagnostic[]; constructor(diagnostics: readonly ParseDiagnostic[]); } //#endregion //#region src/format/options.d.ts interface FormatOptions { readonly indent?: number | 'tab'; readonly newline?: 'LF' | 'CRLF'; } //#endregion //#region src/format/format.d.ts declare function format(source: string, options?: FormatOptions): string; //#endregion export { type FormatOptions, PslFormatError, format }; //# sourceMappingURL=format.d.mts.map