import * as abaplint from "@abaplint/core";
export declare class DatabaseSchemaReuse {
    private readonly myQuote;
    constructor(quote: string);
    private quote;
    buildVIEW(view: abaplint.Objects.View): string;
}
