export declare function standardIdFromSchemaName(schemaName: string): string; export declare function celestrakSourcePriorityForStandard(standardIdOrSchemaName: string, sourceName: string | null | undefined): number | null; export declare function sourceNameMatchesStandard(standardIdOrSchemaName: string, sourceName: string | null | undefined): boolean; export declare function flatSqlSourceNameForSchema(input: { schemaName: string; providerId?: string | null; sourceName?: string | null; }): string | null; //# sourceMappingURL=data-source-routing.d.ts.map