export type TruthAuthority = "direction" | "foundation" | "rules" | "runtime-truth" | "memory"; export declare function normalizeTruthFileName(fileName: string): string; export declare function classifyTruthAuthority(fileName: string): TruthAuthority; //# sourceMappingURL=truth-authority.d.ts.map