import { AST } from "@fncts/schema/AST";
import { Schema } from "@fncts/schema/Schema/definition";
/**
* @tsplus pipeable fncts.schema.Schema show
* @tsplus location "@fncts/schema/Show"
*/
export declare function show(verbose?: boolean): (self: Schema) => string;
/**
* @tsplus pipeable fncts.schema.AST show
* @tsplus location "@fncts/schema/Show"
*/
export declare function showAST(verbose?: boolean): (self: AST) => string;