import { IVariableContext } from '@wyw-in-js/shared'; import { BaseProcessor as BaseProcessor$1 } from '@wyw-in-js/processor-utils'; declare abstract class BaseProcessor extends BaseProcessor$1 { variableIdx: number; protected getCustomVariableId(cssKey: string, source: string, hasUnit: boolean): string; protected getVariableContext(cssKey: string, source: string, hasUnit: boolean): IVariableContext; protected getImportPath(): string; } export { BaseProcessor as B };