export interface Certificate { keyPath: string; certificatePath: string; } export declare function createCertificates(tmpDir: string, hostname?: string): Promise;