//#region src/utils.d.ts
declare function serialize(_ast: any, _options?: any): string;
//#endregion
export { serialize };