export declare type Workchain = (WorkchainId | number); export declare enum WorkchainId { Master = -1, Basic = 0 }