import { Command } from "@commander-js/extra-typings";
export declare const persistCerts: Command<[], {
    folder: string;
    macCert?: string | undefined;
    macInstallerCert?: string | undefined;
    masDevelopmentCert?: string | undefined;
    masDistributionCert?: string | undefined;
    masInstallerCert?: string | undefined;
}>;
