export declare function isLegacyEntry(entry: string): boolean;
export declare function isCanonicalEntry(entry: string): boolean;
export declare function toCanonicalEntry(entry: string): string;
