import type { Workbook } from "./api.js"; export declare function parseRef(ref: string): { sheet?: string; a1: string; }; export declare function headerRange(a1: string): string; export declare function distinctValuesFor(workbook: Workbook, sourceRef: string, field: string): string[];