import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class FormatByTypePipe implements PipeTransform {
    transform(value: string | string[] | number | Date | boolean): string;
    /** Método auxiliar para formatar a data */
    private formatDate;
    /** Método para criar um Date sem fuso horário */
    private parseDateWithoutTimezone;
    static ɵfac: i0.ɵɵFactoryDeclaration<FormatByTypePipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<FormatByTypePipe, "formatByType", true>;
}
