export declare function setupLocalCertAuthority({ mkcertBinary, certFilePath, keyFilePath, }: {
    mkcertBinary: string;
    certFilePath: string;
    keyFilePath: string;
}): Promise<boolean>;
//# sourceMappingURL=setup-local-cert-auth.d.ts.map