export declare const getStatusLabel: (status: string) => "Active" | "Not Taken" | null; export declare const getTypeLabel: (type: string) => "Long" | "Short" | null;