import { IntopaysConstructor } from "../Intopays";
import { PixService } from "../../core/services/PixService";
export declare class PixFactory {
    static createPixService(config: IntopaysConstructor): PixService;
}
