import type { SeoAuditPayload, SeoConfig } from "./audit.js"; export declare function setSeoConsent(granted: boolean): void; export declare function initSeo(options: SeoConfig): void; export declare function runPageAudit(): Promise; export { auditCurrentPage, captureViewportSnapshot } from "./audit.js"; export type { SeoAuditIssue, SeoAuditMeta, SeoAuditPayload, SeoAuditResult, SeoConfig } from "./audit.js"; //# sourceMappingURL=core.d.ts.map