import type { EtherbaseConfig } from "../config";
export declare function getSources(config: EtherbaseConfig): Promise<any>;
