export declare const updateSubgraphNetwork: (manifest: any, network: string, networksFile: string, identifierName: string) => Promise<any>;
export declare const initNetworksConfig: (directory: string, identifierName: string) => Promise<any>;
export declare function updateNetworksFile(network: string, dataSource: any, address: string, networksFile: string): Promise<void>;
