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