type JsonObject = Record; export declare function extractJsonDependencies(jsonContent: JsonObject): string[]; export declare function extractJsonComponentReferences(jsonContent: JsonObject): string[]; export {};