import { SystemField } from "./system-field"; export declare class Pricebook extends SystemField { name?: string; is_active?: number; is_standard?: number; for_pos?: number; }