export type TFetchSourceFunction = (url: string) => Promise<[string, string]>;