export type ExtractedVariables = Record<string, string>;
export interface ExtractContext {
    depType?: string;
    registryUrls?: string[];
}
