import { Cell } from '../boc'; declare class ContractLibrary { readonly code: Cell; readonly isPublic: boolean; constructor(code: Cell, isPublic: boolean); static get EmptyCode(): Cell; } export { ContractLibrary };