export declare const hasMkcert: () => boolean; export declare const ensureDevCert: () => { cert: string; key: string; } | null; export declare const hasCert: () => boolean; export declare const loadDevCert: () => { cert: string; key: string; } | null; export declare const setupMkcert: () => boolean;