import { IsAngolaBI } from "./is-angola-bi.decorator";
import { IsAngolaIBAN } from "./is-angola-iban.decorator";
import { IsAngolaPHONE } from "./is-angola-phone.decorator";
export declare const Decorators: {
    BI: typeof IsAngolaBI;
    IBAN: typeof IsAngolaIBAN;
    PHONE: typeof IsAngolaPHONE;
};
