/** Multi-label public suffixes. Single-label suffixes need no rule — see the module header. */ export declare const PUBLIC_SUFFIX_MULTI_LABEL: readonly string[]; /** `*.parent` rules: every label directly under these is itself a suffix. */ export declare const PUBLIC_SUFFIX_WILDCARD_PARENTS: readonly string[]; /** `!exception` rules: these are registrable despite matching a wildcard above. */ export declare const PUBLIC_SUFFIX_EXCEPTIONS: readonly string[]; //# sourceMappingURL=public-suffix-data.d.ts.map