export interface Certificate { key: string; cert: string; } export declare function getCertificate(): Promise; //# sourceMappingURL=cert.d.ts.map