import type { SyntaxRule } from '@master/css';
export interface HydrateResult {
    allSyntaxRules: SyntaxRule[];
}
