export declare class AbstractHandlerBuilder {
    constructor();
    getFileContent(): string;
}
