export type THydraConfig = { startUrl: string; }; export declare function isTHydraConfig(test: unknown): test is THydraConfig;