export declare class GetSchemaRequestBody { path: string; level: number; static DEFAULT_LEVEL: number; constructor(path: string, level?: number); }