/** * @param filename the name of the file being executed by the page. * @param version the version of Scamper being targetted. * @param src the Scamper source code being executed. * @returns a string that encompasses a complete, standalone Scamper webpage. */ export declare function makePage(filename: string, version: string, src: string): string; //# sourceMappingURL=page.d.ts.map