/** * @file /src/constants/pageAmendment.ts * @name PageAmendment * @description Constants for page amendment in the editor. */ import { PageAmendmentOptions } from "../types/pageAmendment"; export declare const DEFAULT_PAGE_AMENDMENT_CONFIG: PageAmendmentOptions; //# sourceMappingURL=pageAmendment.d.ts.map