import { Schema } from 'airtight';
export type ModuleVersion = string;
export declare const ModuleVersionSchema: Schema<string>;
