declare const storeSecret: (name: string, value: string, project: string) => Promise<void>;
export default storeSecret;
