export declare const GI_SERVICE_INTIAL_GRAPH: { name: string; service: () => Promise; }; export declare const GI_SERVICE_SCHEMA: { name: string; service: () => Promise; };