export declare const addStore: (certificatePath: string) => void;
export declare const getKeyChainCertSha1List: (CN: string) => string[];
export declare const removeFromStore: (certificateName: string) => Promise<boolean>;
