import { ReimbursementType } from '../types/reimbursement';
export declare const getReimbursementOptions: (t: (key: string) => string) => {
    value: ReimbursementType;
    label: string;
}[];
export declare function getCategoryLabelForReimbursement(code: string | undefined, translate: (key: string) => string): string;
