import type { TemplateOptions } from '@hyperse/html-webpack-plugin-loader'; declare const TokensKey: readonly ["headStyles", "headScripts", "bodyScripts", "headInlineScripts", "headInlineStyles"]; type TokensKeyType = (typeof TokensKey)[number]; export declare const checkHtmlTemplateOptions: >(options: T) => void; export {};