import type { ComponentInfo, LayoutInfo, A11yIssue, ComponentStateInfo, RenderTriggersInfo, HooksInfo, OverflowInfo, SizingInfo, StackingInfo, ResponsiveInfo, EventsInfo, TailwindInfo, ClientBoundaryInfo, ErrorBoundaryInfo } from './schema.js'; export declare function inspectComponents(content: string): ComponentInfo[]; export declare function inspectLayout(content: string, file: string): LayoutInfo; export declare function inspectAccessibility(content: string): A11yIssue[]; export declare function inspectComponentState(content: string, file: string): ComponentStateInfo; export declare function inspectRenderTriggers(content: string, file: string): RenderTriggersInfo; export declare function inspectHooks(content: string, file: string): HooksInfo; export declare function inspectOverflow(content: string, file: string): OverflowInfo; export declare function inspectSizing(content: string, file: string): SizingInfo; export declare function inspectStacking(content: string, file: string): StackingInfo; export declare function inspectResponsive(content: string, file: string): ResponsiveInfo; export declare function inspectEvents(content: string, file: string): EventsInfo; export declare function inspectTailwind(content: string, file: string): TailwindInfo; export declare function inspectClientBoundary(content: string, file: string): ClientBoundaryInfo; export declare function inspectErrorBoundary(content: string, file: string): ErrorBoundaryInfo; //# sourceMappingURL=frontend.d.ts.map