/** * Get a D3 Format specifier given the data domain * @param domain - The domain of the data to be formatted * @return A D3 Format specifier that fits the data extent */ export declare const getD3FormatSpecifier: (domain: number[]) => string;