export declare const SHEETS_PIVOT_PLUGIN_CONFIG_KEY = "sheets-pivot.config";
export declare const configSymbol: unique symbol;
export interface IUniverSheetsPivotConfig {
    notExecuteFormula?: boolean;
    defaultOverride?: boolean;
}
export declare const defaultPluginConfig: IUniverSheetsPivotConfig;
