export type SimpleSchema = {
    [key: string]: SimpleSchemaValue;
};
export type SimpleSchemaValue = string | string[] | SimpleSchema;
//# sourceMappingURL=schema.d.ts.map