declare const configKeys: {
    configProjectName: string;
    infuraProjectId: string;
};
export { configKeys };
