type TPaymentHandbookParams = {
    id: number;
    parentKeys?: number[];
};
export declare enum HandbookName {
    BusinessUnit = "bu",
    CostCenter = "cost",
    CostArticle = "cost_article",
    CostCategory = "cost_category",
    CostSegment = "seg",
    Office = "office",
    Product = "product",
    Agent = "agent"
}
export declare const HandbookFieldId: {
    [key in HandbookName]?: number;
};
/** Словарь с данными получаемых хендбуков */
export declare const Handbooks: Record<HandbookName, TPaymentHandbookParams>;
export {};
