import "../folders/list.js"; declare module "../lists/types" { interface _List { getSiteScript(): Promise; } interface IList { /** * Gets the site script syntax (JSON) from the current list */ getSiteScript(): Promise; } } //# sourceMappingURL=list.d.ts.map