/**
 * Whether or not call `pass git pull`.
 */
export declare let refreshStore: boolean | undefined;
/**
 * Password storage directory to use.
 */
export declare let storeDir: string | undefined;
