import { Schema } from "@baqhub/sdk";
export declare function toRefNamespaceName(refName: string): string;
export declare function toPropNamespaceName(propName: string): string;
export declare function toSchemaNamespaceName(index: number): string;
export declare function schemaToTs(schema: Schema, name?: string): string;
