export declare class BlockPathTests { "finds the block"(): void; "finds the class"(): void; "finds the block and class"(): void; "finds the block with a namespace"(): void; "finds the block and class with a namespace"(): void; "finds a namespaced attribute with value"(): void; "finds a namespace with value in single quotes"(): void; "finds a namespace with value in double quotes"(): void; "finds a class with a namespace and value"(): void; "finds a class with a namespace and value in single quotes"(): void; "finds a class with a namespace and value in double quotes"(): void; "finds the block with a class, namespace and value"(): void; "finds the block with a class, namespace and value in single quotes"(): void; "finds the block with a class, namespace and value in double quotes"(): void; "finds :scope when passed empty string"(): void; "parentPath returns the parent's path"(): void; "childPath returns the child's path"(): void; "sub-path properties return expected values"(): void; "mismatched namespace value quotes throw"(): void; "duplicate selector types in the same path throw"(): void; "whitespace outside of quoted namespace values throws"(): void; "namespaces are not allowed"(): void; "separator token required after path termination"(): void; "Style path segments require names"(): void; "Illegal characters outside of namespace segments throw"(): void; "Illegal characters inside of namespaced attribute segments throw"(): void; "Unterminated namespace attribute selectors throw"(): void; "unescaped illegal characters in identifiers throw."(): void; "escaped illegal characters in identifiers are processed"(): void; } //# sourceMappingURL=block-path-test.d.ts.map