import { Division } from '@chargify/data-access'; export declare const formatOptions: (options: Division[]) => { label: string; value: string; }[];