import { PfxListOptions } from "../core/modules/types";
import { PfxCertificate } from "../core/Certificate";
export default function (certificates: PfxCertificate[], filters?: PfxListOptions): PfxCertificate[];
//# sourceMappingURL=filterCertificates.d.ts.map