import { Config } from './app'; export declare const getIntrospectionChecksum: (url: string) => Promise; export declare const checkUpdates: (config: Config) => Promise;