/**
*
* @param {string} htmlFilePath
* @returns
*/
export function getHtmlMetaData(htmlFilePath: string): Promise;
export type Text = import('sax-wasm').Text;
export type Tag = import('sax-wasm').Tag;
export type Position = import('sax-wasm').Position;
export type Page = import('../../types/menu.js').Page;
//# sourceMappingURL=getHtmlMetaData.d.ts.map