2016-07-22 00:11:04 +00:00
|
|
|
/// <reference types="q" />
|
2016-07-22 00:59:11 +00:00
|
|
|
import { Cert } from "./index.ts";
|
2016-07-22 00:11:04 +00:00
|
|
|
import * as plugins from "./cert.plugins";
|
|
|
|
export declare let accountsKeyPresent: () => plugins.q.Promise<{}>;
|
2016-07-22 00:59:11 +00:00
|
|
|
export declare let scheduleRetry: (domainArg: string, certClassArg: Cert) => plugins.q.Promise<{}>;
|