import { ItemArgs } from './item.args';
export interface LockArgs extends ItemArgs {
    version: number;
}
