import { BookSchema } from '../model';
export declare function print(schema: BookSchema): string;
